Machine learning


In [2]:
Pkg.add("MLBase")


INFO: Cloning cache of IterTools from https://github.com/JuliaCollections/IterTools.jl.git
INFO: Cloning cache of MLBase from https://github.com/JuliaStats/MLBase.jl.git
INFO: Installing IterTools v0.1.0
INFO: Installing MLBase v0.7.0
INFO: Building SpecialFunctions
INFO: Package database updated
INFO: METADATA is out-of-date — you may not have the latest version of MLBase
INFO: Use `Pkg.update()` to get the latest versions of your packages

In [3]:
using MLBase


INFO: Precompiling module IterTools.
INFO: Recompiling stale cache file /home/ricardo/.julia/lib/v0.6/StatsBase.ji for module StatsBase.
ERROR (unhandled task failure): InterruptException:
Stacktrace:
 [1] process_events at ./libuv.jl:82 [inlined]
 [2] wait() at ./event.jl:216
 [3] wait(::Condition) at ./event.jl:27
 [4] stream_wait(::Timer, ::Condition, ::Vararg{Condition,N} where N) at ./stream.jl:42
 [5] wait(::Timer) at ./event.jl:357
 [6] (::Base.##300#301{IJulia.#send_stderr,Timer})() at ./event.jl:430

In [ ]: